net/http.http2priorityNode.setParent (method)

11 uses

	net/http (current package)
		h2_bundle.go#L11177: func (n *http2priorityNode) setParent(parent *http2priorityNode) {
		h2_bundle.go#L11264: 		n.kids.setParent(nil)
		h2_bundle.go#L11268: 		(*tmp)[i].setParent(n) // setParent inserts at the head of n.kids
		h2_bundle.go#L11351: 	n.setParent(parent)
		h2_bundle.go#L11403: 		n.setParent(&ws.root)
		h2_bundle.go#L11412: 		n.setParent(&ws.root)
		h2_bundle.go#L11431: 			parent.setParent(n.parent)
		h2_bundle.go#L11444: 				k.setParent(n)
		h2_bundle.go#L11450: 	n.setParent(parent)
		h2_bundle.go#L11517: 		n.kids.setParent(n.parent)
		h2_bundle.go#L11519: 	n.setParent(nil)